Contains information regarding an incoming call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
CallReceivedEventArgs(
Of TCall 
As 
Call) _
	
Inherits 

CallReceivedEventArgsBase
C#
public 
class 
CallReceivedEventArgs<TCall>
: 

CallReceivedEventArgsBase
where TCall : 
Call
Visual C++
generic<
typename TCall>
where TCall : 
Call
public 
ref class 
CallReceivedEventArgs : 
public 

CallReceivedEventArgsBase
JavaScript
JavaScript does not support generic types or
methods.

Type Parameters

TCall
The call type.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . SipRequestReceivedEventArgs
       Microsoft.Rtc.Collaboration.ComponentModel . . :: . InviteReceivedEventArgs
         Microsoft.Rtc.Collaboration . . :: . CallReceivedEventArgsBase
           Microsoft.Rtc.Collaboration . . :: . CallReceivedEventArgs < (Of < ( TCall > ) > )

See Also